Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the Linux settings location #73

Merged
merged 1 commit into from
May 6, 2024
Merged

Fix the Linux settings location #73

merged 1 commit into from
May 6, 2024

Conversation

baconpaul
Copy link
Owner

juce::PropertiesFile::Options::getDefaultFile makes a bad choice on linux of just dumping into home dir, so if JUCE_LINUX is true set the properties file directory to ".config/AirwindowsConsolidated" which works.

Closes #72

juce::PropertiesFile::Options::getDefaultFile makes a bad choice
on linux of just dumping into home dir, so if JUCE_LINUX is true
set the properties file directory to ".config/AirwindowsConsolidated"
which works.

Closes #72
@baconpaul baconpaul merged commit 8f9eaad into main May 6, 2024
11 checks passed
@baconpaul baconpaul deleted the linux-location branch May 7, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin settings should be hidden on Linux
1 participant